home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 August (Alt) / CHIP 2005-08.1.iso / program / shareware / Flash_Oyunlar.exe / rocketbike.swf / scripts / DefineSprite_381 / frame_2 / DoAction.as
Encoding:
Text File  |  2005-07-13  |  189 b   |  10 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(!this.hitTest(_root._xmouse,_root._ymouse,true))
  4.    {
  5.       gotoAndStop(1);
  6.       this.onEnterFrame = null;
  7.    }
  8. };
  9. b.useHandCursor = false;
  10.